登录窗体实现
.
└── c-GroupWork01-master
├── GropuWork01
│ ├── ClassLibrary1
│ │ ├── Class1.cs
│ │ ├── ClassLibrary1.csproj
│ │ ├── ClassTable.cs
│ │ ├── Logger.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ClassLibrary1.dll
│ │ │ └── ClassLibrary1.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ClassLibrary1.Properties.Resources.resources
│ │ ├── ClassLibrary1.csproj.AssemblyReference.cache
│ │ ├── ClassLibrary1.csproj.CoreCompileInputs.cache
│ │ ├── ClassLibrary1.csproj.FileListAbsolute.txt
│ │ ├── ClassLibrary1.csproj.GenerateResource.cache
│ │ ├── ClassLibrary1.csprojAssemblyReference.cache
│ │ ├── ClassLibrary1.dll
│ │ ├── ClassLibrary1.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── GropuWork01
│ │ ├── ClassDiagram1.cd
│ │ ├── GropuWork01.csproj
│ │ ├── Manual.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 11.ICO
│ │ │ ├── 13.ICO
│ │ │ └── 22.ICO
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 1.txt
│ │ │ ├── ClassLibrary1.dll
│ │ │ ├── ClassLibrary1.pdb
│ │ │ ├── GropuWork01.exe
│ │ │ ├── GropuWork01.exe.config
│ │ │ ├── GropuWork01.pdb
│ │ │ ├── Manual.txt
│ │ │ ├── app.config
│ │ │ └── data.txt
│ │ ├── frmGetData.Designer.cs
│ │ ├── frmGetData.cs
│ │ ├── frmGetData.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── frmManual.Designer.cs
│ │ ├── frmManual.cs
│ │ ├── frmManual.resx
│ │ ├── frmShowData.cs
│ │ ├── frmShowData.designer.cs
│ │ ├── frmShowData.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GropuWork01.Properties.Resources.resources
│ │ ├── GropuWork01.csproj.AssemblyReference.cache
│ │ ├── GropuWork01.csproj.CopyComplete
│ │ ├── GropuWork01.csproj.CoreCompileInputs.cache
│ │ ├── GropuWork01.csproj.FileListAbsolute.txt
│ │ ├── GropuWork01.csproj.GenerateResource.cache
│ │ ├── GropuWork01.csprojAssemblyReference.cache
│ │ ├── GropuWork01.exe
│ │ ├── GropuWork01.frmGetData.resources
│ │ ├── GropuWork01.frmLogin.resources
│ │ ├── GropuWork01.frmMain.resources
│ │ ├── GropuWork01.frmManual.resources
│ │ ├── GropuWork01.frmShowData.resources
│ │ ├── GropuWork01.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── GropuWork01.sln
├── LICENSE
└── README.md
17 directories, 77 files
评论